From e4eb0b4cde373a195ed365fbd233d0cab0ea75bb Mon Sep 17 00:00:00 2001 From: "ewan@linford.intra" Date: Tue, 13 Sep 2005 14:43:18 +0100 Subject: [PATCH] Added .PHONY target so that make works from the tools/python directory (it was seeing the build directory and therefore doing nothing). --- tools/python/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/python/Makefile b/tools/python/Makefile index a676cdf0e9..ea8040d512 100644 --- a/tools/python/Makefile +++ b/tools/python/Makefile @@ -1,7 +1,8 @@ - XEN_ROOT = ../.. include $(XEN_ROOT)/tools/Rules.mk +.PHONY: all build install clean + all: build build: CFLAGS="$(CFLAGS)" python setup.py build -- 2.30.2